home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / email-director.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  109 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>E-mail Director 
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Use a button or link to send e-mail using the visitor's e-mail program.<!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13. <!-- HOW TO INSTALL E-MAIL DIRECTOR:
  14.  
  15.   1.  Copy code into the HEAD section of document
  16.   2.  Put last coding into the BODY section of document  -->
  17.  
  18. <!-- STEP ONE: Add code into HEAD section of document  -->
  19.  
  20. <HEAD>
  21.  
  22. <SCRIPT LANGUAGE="JavaScript">
  23.  
  24.  
  25. <!-- Begin
  26. var mailsys="Netscape mail";
  27. var author="Jon Eyrick";
  28. if (author == "Jon Eyrick"){
  29.     phrompt=prompt;
  30.     snarkconf=confirm;
  31. }
  32. function mailsome1(){
  33.     who=phrompt("Enter a friend's email address: ","yourname@yoursite.com");
  34.     what=phrompt("Enter the subject: ","[no subject]");
  35.     if (snarkconf("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
  36.         parent.location.href='mailto:'+who+'?subject='+what+'';
  37.     }
  38. }
  39. //  End -->
  40. </script>
  41.  
  42. </HEAD>
  43.  
  44. <!-- STEP TWO: Add code into BODY section of document  -->
  45.  
  46. <BODY>
  47.  
  48. <a href='javascript:mailsome1()'>Click to E-Mail a Friend</a>
  49. <br><br>
  50.  
  51. <form>
  52. <input type=button value="Click to E-Mail a Friend" onClick="mailsome1()">
  53. </form>
  54.  
  55.  
  56.  
  57. <!-- END OF SCRIPT -->
  58. <!/SCRIPT>
  59.  
  60. <!PREVIEW>
  61. <!-- START OF SCRIPT -->
  62.  
  63. <!-- HOW TO INSTALL E-MAIL DIRECTOR:
  64.  
  65.   1.  Copy code into the HEAD section of document
  66.   2.  Put last coding into the BODY section of document  -->
  67.  
  68. <!-- STEP ONE: Add code into HEAD section of document  -->
  69.  
  70. <HEAD>
  71.  
  72. <SCRIPT LANGUAGE="JavaScript">
  73.  
  74.  
  75. <!-- Begin
  76. var mailsys="Netscape mail";
  77. var author="Jon Eyrick";
  78. if (author == "Jon Eyrick"){
  79.     phrompt=prompt;
  80.     snarkconf=confirm;
  81. }
  82. function mailsome1(){
  83.     who=phrompt("Enter a friend's email address: ","yourname@yoursite.com");
  84.     what=phrompt("Enter the subject: ","[no subject]");
  85.     if (snarkconf("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){
  86.         parent.location.href='mailto:'+who+'?subject='+what+'';
  87.     }
  88. }
  89. //  End -->
  90. </script>
  91.  
  92. </HEAD>
  93.  
  94. <!-- STEP TWO: Add code into BODY section of document  -->
  95.  
  96. <BODY>
  97.  
  98. <a href='javascript:mailsome1()'>Click to E-Mail a Friend</a>
  99. <br><br>
  100.  
  101. <form>
  102. <input type=button value="Click to E-Mail a Friend" onClick="mailsome1()">
  103. </form>
  104.  
  105. <!-- END OF SCRIPT -->
  106. <!/PREVIEW>
  107.  
  108. <!RELATED>NONE<!/RELATED>
  109.